Conversation
Checked all 513 external URLs in the docs. Most failures were noise: printables.com 403s under bot protection even with a browser user agent, SmartThings API endpoints in code examples, and local addresses like 192.168.1.1 that cannot resolve from here. What remained splits in two. Three internal links were broken. The BTN-1 getting started page pointed at a blueprint page slug that does not exist, the correct page is btn1/examples/blueprint. A homey battery page sent readers to plt1/setup/general-tips, which is not a path on this wiki and does not describe a boot button either; it now points at plt1-boot-mode, matching the sibling link two lines above it in the same file. The R-PRO-1 code page carried a .md suffix inside an absolute URL, so the page it wanted was there all along. The rest pointed at apolloautomation.github.io, the retired GitHub Pages wiki. Six of those were images hotlinked into the two PLT-1B factory reflash pages, all returning 404, so readers following that guide saw three missing screenshots at the steps that need them most. The same three files already sit in docs/assets under identical names, so the images become local paths. The remaining links were live but still sent readers to the old wiki, so they now point at the equivalent page here. Homey pages point at homey pages. The TEMP-PRO-1 boot mode page linked the TEMP-1 upload guide and carried a literal "(needs new link)" in the published text. temp-pro1-code exists, so the link goes there and the marker is gone. Verified every replacement target returns 200 and every referenced asset exists in the repo. No apolloautomation.github.io/docs reference remains. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes #1096 to the live wiki.
🤖 Generated with Claude Code